home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 August / CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso / disc2 / demo / tgdemo.exe / TGDEMO7.FRM (.txt) < prev    next >
Visual Basic Form  |  1993-08-04  |  2KB  |  50 lines

  1. Demo7
  2. Demo 7 - Non-database Mode
  3. Form25N
  4. Table1
  5. TgDemo
  6. LastMod
  7.     Form_Load
  8. Table1w
  9. DemoNav
  10. Controls
  11. Count
  12. Table1_Click
  13. Table1_Fetch
  14. Value
  15. ColumnName
  16. CtlName
  17. FileInfo
  18. filistG
  19. filist_size
  20. RefreshFileListh
  21. fname
  22. flist_sizeQ
  23. FiName
  24. FiDateTime
  25. FiLen
  26. Form_Unload
  27. Cancel
  28. QuitCurrentDemo
  29.  filist is filled with all of the directory informatione
  30.  for the current directory
  31.  filist_size keeps track of the current Redim size
  32.  of filist
  33. Form_Load
  34.  filist_size keeps track of how big the filist
  35.  array is, which holds the data which was gleaned
  36.  from searching the directory.
  37.  fetch the initial directory lista
  38. Form_Unload
  39. RefreshFileList
  40.  Loop through the list of files in the current
  41.  directory.  ReDim filist each time to expand it,e
  42.  and fill in the information in memory.e
  43.  Tell TrueGrid to display the information by setting
  44.  the number of rows and requesting a refresh.s
  45. Table1_Fetch
  46.  TrueGrid calls this routine each time it needse
  47.  data.  We use the heading text to determine what
  48.  is needed.u
  49. LastMod
  50.